type runtime.immortalWeakHandle
7 uses
runtime (current package)
mheap.go#L2649: type immortalWeakHandle struct {
mheap.go#L2657: func (h *immortalWeakHandle) handle() *atomic.Uintptr {
mheap.go#L2667: var newNode *immortalWeakHandle
mheap.go#L2672: n := (*immortalWeakHandle)(m.Load())
mheap.go#L2690: newNode = (*immortalWeakHandle)(persistentalloc(unsafe.Sizeof(immortalWeakHandle{}), goarch.PtrSize, &memstats.gcMiscSys))
mheap.go#L2699: n = (*immortalWeakHandle)(m.Load())
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |